go/ast.IndexListExpr.Lbrack (field)

10 uses

	go/ast (current package)
		ast.go#L348: 		Lbrack  token.Pos // position of "["

	go/internal/typeparams
		typeparams.go#L26: 			Lbrack:  lbrack,
		typeparams.go#L46: 			Lbrack:  e.Lbrack,

	go/printer
		nodes.go#L894: 		p.print(x.Lbrack, token.LBRACK)
		nodes.go#L895: 		p.exprList(x.Lbrack, x.Indices, depth+1, commaTerm, x.Rbrack, false)

	go/types
		call.go#L21: 		check.softErrorf(inNode(ix.Orig, ix.Lbrack), _UnsupportedFeature, "function instantiation requires go1.18 or later")
		call.go#L385: 				check.softErrorf(inNode(call.Fun, ix.Lbrack), _UnsupportedFeature, "function instantiation requires go1.18 or later")
		typexpr.go#L279: 			check.softErrorf(inNode(e, ix.Lbrack), _UnsupportedFeature, "type instantiation requires go1.18 or later")

	golang.org/x/tools/internal/typeparams
		common.go#L45: 		return e.X, e.Lbrack, e.Indices, e.Rbrack
		common.go#L67: 			Lbrack:  lbrack,